home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM B4
/
PD-ROM B4.iso
/
Utilities
/
Text and Speech
/
BBEdit 2.2.2
/
ToolServer Support
/
Copy to MPW folder
/
BBEditShutdown
next >
Wrap
Text File
|
1992-09-02
|
776b
|
29 lines
# BBEditShutdown
# Version 2.2d1
# March 25, 1992
# This script is invoked by BBEdit when it breaks the ToolServer
# connection. It should reside in the same folder as ToolServer.
#############################################################################
# The commands in this section MUST NOT BE ALTERED, or the link between
# BBEdit and ToolServer will not function correctly.
Unset BBEditNBPObj
Unset BBEditNBPType
Unset BBEditNBPZone
Unset BBEditPPCPortName
Unset BBEditPPCClientName
Unset BBEditIsRemote
Unset BBEditExists
alias File Target
For __Startup__i in `(Files "{ShellDirectory}"BBEditShutdown•≈ || Set Status 0) ≥ dev:null`
Execute "{__Startup__i}"
End
Unset __Startup__i
#############################################################################